home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / space_dude.swf / scripts / DefineSprite_210 / frame_20 / DoAction.as
Text File  |  2007-01-12  |  148b  |  6 lines

  1. _root.stats.lives.nextFrame();
  2. _root.stats.score = _root.gamescore;
  3. _root.stats.health.gotoAndStop(1);
  4. _root.gotoAndPlay("gameReset");
  5. stop();
  6.